home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / games / strategy / madgic-corewar-4.0.lzh / 1987 / FERRET.S < prev    next >
Text File  |  1988-07-09  |  335b  |  17 lines

  1. ;      FERRET
  2. ;      ROBERT REED III
  3. ;
  4. START  MOV     #4908,  B
  5. F      CMP     <A,     <B
  6.        MOV     S,      @B
  7.        CMP     <A,     <B
  8. A      MOV     S,      -5
  9.        DJN     F,      B
  10. K      MOV     W,      <W
  11.        DJN     K,      <W
  12.        ADD     #3,     W
  13. B      JMP     K
  14. W      DAT     -10
  15. S      SPL     0
  16.        END
  17.